home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / sgmls-1.1 / TODO < prev    next >
Encoding:
Text File  |  1995-05-03  |  2.7 KB  |  79 lines

  1. Warn about mixed content models where #PCDATA can't occur everywhere.
  2.  
  3. Perhaps there should be a configuration option saying what a control
  4. character is for the purpose of SHUNCHAR CONTROLS.
  5.  
  6. Should the current character that is printed in error messages be
  7. taken from be taken from the file entity or the current entity?
  8.  
  9. Refine SYS_ action.  If we distinguish DELNONCH in lexmark, lexgrp,
  10. lexsd, we can have separate action that ignores the following
  11. character as well.
  12.  
  13. Should RSs in CDATA/SDATA entities be ignored as specified in 322:1-2?
  14. Similarily, do the rules on REs in 322:3-11 apply to CDATA/SDATA
  15. entities? (I don't think they count as being `in content'.)
  16.  
  17. What should the entity manager do when it encounters code 13 in an
  18. input file? (Currently it treats it as an RE.)
  19.  
  20. Document when invalid exclusions are detected.
  21.  
  22. Option not to perform capacity checking.
  23.  
  24. Give a warning if the recommendation of 422:1-3 is contravened.
  25.  
  26. Should an empty CDATA/RCDATA marked section be allowed in the document
  27. type declaration subset?
  28.  
  29. Include example of use of SGML_PATH in documentation.
  30.  
  31. Try to detect the situation in 310:8-10 (but see 282:1-2).
  32.  
  33. Resize hash tables if they become too full.
  34.  
  35. Say something in the man page about message catalogues.
  36.  
  37. Consider whether support for SHORTREF NONE requires further changes
  38. (other than disallowing short reference mapping declaration).
  39.  
  40. Fake /dev/fd/N and /dev/stdin for systems that don't provide it.
  41.  
  42. Improve the effficiency of the entity manager by not closing and
  43. reopening files.  If we run out of FILEs choose the stream with the
  44. fewest bytes remaining to be read, and read the rest of it into
  45. memory.  Each entity level will have its own read buffer.
  46.  
  47. Support multi-line error messages: automatically indent after
  48. newline.  (We could output to a temporary file first, then copy to
  49. stderr replacing newlines by newline+indent).
  50.  
  51. Option that says to output out of context things.
  52.  
  53. Divide up formal public identifier errors.  Give these errors their
  54. own type code.
  55.  
  56. Consider whether, when OMITTAG is NO, we need to change interpretation
  57. of an empty start-tag (7.4.1.1).
  58.  
  59. Possibly turn errors 70 and 136 into warnings.
  60.  
  61. Make things work with NORMSEP > 2.  Would need to keep track of number
  62. of CDATA and SDATA entities in CDATA attributes.
  63.  
  64. Handle `SCOPE INSTANCE'.
  65.  
  66. In entgen.c, truncate filenames for OSs that don't do this themselves.
  67.  
  68. Provide an option that specifies that maximum number of errors; when
  69. this limit is exceeded sgmls would exit.
  70.  
  71. Document non-portable assumptions in the code.
  72.  
  73. Option to write out SGML declaration.  In this case make it write out
  74. APPINFO parameter.
  75.  
  76. Allow there to be catalogs mapping public ids to filenames.
  77. Environment variable SGML_CATALOG containing list of filenames of
  78. catalogs.
  79.